Returns an enumerator that iterates through the collection.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function GetEnumerator As IEnumerator(Of T) |
C# |
---|
public IEnumerator<T> GetEnumerator() |